From 10de6b7e1700f8b7f7b07d32c2e8a40c34b792ef Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:40:10 +0100 Subject: [PATCH] l10n: Change three dots to an ellipsis Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/gui/macOS/ui/FileProviderStorageInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/ui/FileProviderStorageInfo.qml b/src/gui/macOS/ui/FileProviderStorageInfo.qml index 0e8ad2549..d6b0850e1 100644 --- a/src/gui/macOS/ui/FileProviderStorageInfo.qml +++ b/src/gui/macOS/ui/FileProviderStorageInfo.qml @@ -56,7 +56,7 @@ GridLayout { Layout.row: 0 Layout.column: 2 Layout.alignment: Layout.AlignRight | Layout.AlignVCenter - text: qsTr("Evict local copies...") + text: qsTr("Evict local copies …") onPressed: root.evictDialogRequested() } -- 2.30.2